home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 68 / Cine Live 68.iso / pc / Data / Interface / e5.k < prev    next >
Encoding:
Text File  |  2003-04-07  |  24.7 KB  |  1,181 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$000000CD,$0000002A,$0000035C,$0000038F,$00000000,$FFFFF9F9,$00000000,$00000000};
  6.         LayoutWindow is {$0000008F,$0000002A,$0000026C,$000002C5,$00000000,$0000002F,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol229,
  43.         ol330,
  44.         oBouton_Fiche31,
  45.         oBouton_Imprimer32,
  46.         oBouton_Sommaire33,
  47.         oBouton_Photos34,
  48.         oBouton_Vid_o35,
  49.         oFiche_Technique36,
  50.         ovid_o37,
  51.         oTexte_RTF38,
  52.         oglobal39
  53.     ];
  54.     Events is [
  55.         cOffscreenEvent
  56.         with Flags is $00000004; 
  57.             Commands is [
  58.                 cPixelTool_IfSystemCommand
  59.                 with Flags is $00000004; 
  60.                     Commands is [
  61.                         cSwitchURLCommand
  62.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s5m.jpg"; end,
  63.                         cDragCommand
  64.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  65.                         cGrowCommand
  66.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  67.                         cShowCommand
  68.                         with Flags is $00000004; Target is ovid_o37; end,
  69.                         cEnableCommand
  70.                         with Flags is $00000004; Target is ovid_o37; end,
  71.                         cRunCommand
  72.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  73.                     ];
  74.                 end,
  75.                 cPixelTool_IfSystemCommand
  76.                 with Flags is $00000004; SetMode is IsWinTest; 
  77.                     Commands is [
  78.                         cDragCommand
  79.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  80.                         cGrowCommand
  81.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  82.                         cShowCommand
  83.                         with Flags is $00000004; Target is ovid_o37; end,
  84.                         cEnableCommand
  85.                         with Flags is $00000004; Target is ovid_o37; end,
  86.                         cRunCommand
  87.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  88.                     ];
  89.                 end
  90.             ];
  91.         end,
  92.         cKeyboardEvent
  93.         with Flags is $00000004; Test is IsSpace; 
  94.             Commands is [
  95.                 cRunCommand
  96.                 with Flags is $00000004; Target is ovid_o37; Mode is Toggle; end
  97.             ];
  98.         end,
  99.         cKeyboardEvent
  100.         with Value is "+"; 
  101.             Commands is [
  102.                 cSetVolumeCommand
  103.                 with Mode is ExecuteHigher; end
  104.             ];
  105.         end,
  106.         cKeyboardEvent
  107.         with Value is "-"; 
  108.             Commands is [
  109.                 cSetVolumeCommand
  110.                 with Flags is $00000004; Mode is ExecuteLower; end
  111.             ];
  112.         end,
  113.         cKeyboardEvent
  114.         with Value is "m"; 
  115.             Commands is [
  116.                 cRunCommand
  117.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  118.             ];
  119.         end
  120.     ];
  121. end;
  122.  
  123. object oFond2 is cImage
  124. with 
  125.     Flags is $00000150; 
  126.     Name is "Fond"; 
  127.     Enabled is false; Cursor is oEmptyCursor; 
  128.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  129.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  130.     
  131.     URL is "../Images/s5p.jpg"; 
  132.     
  133.     
  134.     Events is [
  135.         cOnscreenEvent
  136.         with Flags is $00000004; 
  137.             Commands is [
  138.                 cTokenCommand
  139.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  140.             ];
  141.         end
  142.     ];
  143. end;
  144.  
  145. object ob13 is cImage
  146. with 
  147.     Name is "b1"; 
  148.     Enabled is false; Shown is false; 
  149.     X is -21; Y is 170; 
  150.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  151.     
  152.     URL is "../Images/BOUTONV2.psd"; 
  153.     Bitmapped is false; Mode is 260; 
  154.     
  155. end;
  156.  
  157. object ob24 is cImage
  158. with 
  159.     Name is "b2"; 
  160.     Enabled is false; Shown is false; 
  161.     X is -21; Y is 196; 
  162.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  163.     
  164.     URL is "../Images/BOUTONV2.psd"; 
  165.     Mode is 260; 
  166.     
  167. end;
  168.  
  169. object ob35 is cImage
  170. with 
  171.     Name is "b3"; 
  172.     Enabled is false; Shown is false; 
  173.     X is -21; Y is 223; 
  174.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  175.     
  176.     URL is "../Images/BOUTONV2.psd"; 
  177.     Mode is 260; 
  178.     
  179. end;
  180.  
  181. object ob46 is cImage
  182. with 
  183.     Name is "b4"; 
  184.     Enabled is false; Shown is false; 
  185.     X is -21; Y is 249; 
  186.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  187.     
  188.     URL is "../Images/BOUTONV2.psd"; 
  189.     Mode is 260; 
  190.     
  191. end;
  192.  
  193. object ob57 is cImage
  194. with 
  195.     Name is "b5"; 
  196.     Enabled is false; Shown is false; 
  197.     X is -21; Y is 275; 
  198.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  199.     
  200.     URL is "../Images/BOUTONV2.psd"; 
  201.     Mode is 260; 
  202.     
  203. end;
  204.  
  205. object ob68 is cImage
  206. with 
  207.     Name is "b6"; 
  208.     Enabled is false; Shown is false; 
  209.     X is -21; Y is 302; 
  210.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  211.     
  212.     URL is "../Images/BOUTONV2.psd"; 
  213.     Mode is 260; 
  214.     
  215. end;
  216.  
  217. object ob79 is cImage
  218. with 
  219.     Name is "b7"; 
  220.     Enabled is false; Shown is false; 
  221.     X is -21; Y is 330; 
  222.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  223.     
  224.     URL is "../Images/BOUTONV2.psd"; 
  225.     Mode is 260; 
  226.     
  227. end;
  228.  
  229. object ob810 is cImage
  230. with 
  231.     Name is "b8"; 
  232.     Enabled is false; Shown is false; 
  233.     X is -21; Y is 355; 
  234.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  235.     
  236.     URL is "../Images/BOUTONV2.psd"; 
  237.     Mode is 260; 
  238.     
  239. end;
  240.  
  241. object ob911 is cImage
  242. with 
  243.     Name is "b9"; 
  244.     Enabled is false; Shown is false; 
  245.     X is -21; Y is 382; 
  246.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  247.     
  248.     URL is "../Images/BOUTONV2.psd"; 
  249.     Mode is 260; 
  250.     
  251. end;
  252.  
  253. object ob1012 is cImage
  254. with 
  255.     Name is "b10"; 
  256.     Enabled is false; Shown is false; 
  257.     X is -21; Y is 408; 
  258.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  259.     
  260.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  261.     Mode is 260; 
  262.     
  263. end;
  264.  
  265. object ob1113 is cImage
  266. with 
  267.     Name is "b11"; 
  268.     Enabled is false; Shown is false; 
  269.     X is -21; Y is 436; 
  270.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  271.     
  272.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  273.     Mode is 260; 
  274.     
  275. end;
  276.  
  277. object ob1214 is cImage
  278. with 
  279.     Name is "b12"; 
  280.     Enabled is false; Shown is false; 
  281.     X is -21; Y is 462; 
  282.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  283.     
  284.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  285.     Mode is 260; 
  286.     
  287. end;
  288.  
  289. object of115 is cBox
  290. with 
  291.     Name is "f1"; 
  292.     Cursor is oFingerCursor; 
  293.     X is -1; Y is 184; 
  294.     Width is 162; Height is 27; 
  295.     
  296.     
  297.     Events is [
  298.         cMouseEnterEvent
  299.         with Flags is $00000004; 
  300.             Commands is [
  301.                 cShowCommand
  302.                 with Flags is $00000004; Target is ob13; end
  303.             ];
  304.         end,
  305.         cMouseLeaveEvent
  306.         with Flags is $00000004; 
  307.             Commands is [
  308.                 cShowCommand
  309.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  310.             ];
  311.         end,
  312.         cMouseUpEvent
  313.         with Flags is $00000004; Flag is true; 
  314.             Commands is [
  315.                 cBrowseCommand
  316.                 with Flags is $00000004; URL is "e1.k"; end
  317.             ];
  318.         end
  319.     ];
  320. end;
  321.  
  322. object of216 is cBox
  323. with 
  324.     Name is "f2"; 
  325.     Cursor is oFingerCursor; 
  326.     Y is 206; 
  327.     Width is 161; Height is 32; 
  328.     
  329.     
  330.     Events is [
  331.         cMouseEnterEvent
  332.         with 
  333.             Commands is [
  334.                 cShowCommand
  335.                 with Target is ob24; end
  336.             ];
  337.         end,
  338.         cMouseLeaveEvent
  339.         with 
  340.             Commands is [
  341.                 cShowCommand
  342.                 with Target is ob24; Mode is Clear; end
  343.             ];
  344.         end,
  345.         cMouseUpEvent
  346.         with Flag is true; 
  347.             Commands is [
  348.                 cBrowseCommand
  349.                 with URL is "e2.k"; end
  350.             ];
  351.         end
  352.     ];
  353. end;
  354.  
  355. object of317 is cBox
  356. with 
  357.     Flags is $00000150; 
  358.     Name is "f3"; 
  359.     Cursor is oFingerCursor; 
  360.     Y is 236; 
  361.     Width is 163; Height is 29; 
  362.     
  363.     
  364.     Events is [
  365.         cMouseEnterEvent
  366.         with Flags is $00000004; 
  367.             Commands is [
  368.                 cShowCommand
  369.                 with Flags is $00000004; Target is ob35; end
  370.             ];
  371.         end,
  372.         cMouseLeaveEvent
  373.         with Flags is $00000004; 
  374.             Commands is [
  375.                 cShowCommand
  376.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  377.             ];
  378.         end,
  379.         cMouseUpEvent
  380.         with Flags is $00000004; Flag is true; 
  381.             Commands is [
  382.                 cBrowseCommand
  383.                 with Flags is $00000004; URL is "e3.k"; end
  384.             ];
  385.         end
  386.     ];
  387. end;
  388.  
  389. object of418 is cBox
  390. with 
  391.     Name is "f4"; 
  392.     Cursor is oFingerCursor; 
  393.     Y is 262; 
  394.     Width is 161; Height is 28; 
  395.     
  396.     
  397.     Events is [
  398.         cMouseEnterEvent
  399.         with 
  400.             Commands is [
  401.                 cShowCommand
  402.                 with Target is ob46; end
  403.             ];
  404.         end,
  405.         cMouseLeaveEvent
  406.         with 
  407.             Commands is [
  408.                 cShowCommand
  409.                 with Target is ob46; Mode is Clear; end
  410.             ];
  411.         end,
  412.         cMouseUpEvent
  413.         with Flag is true; 
  414.             Commands is [
  415.                 cBrowseCommand
  416.                 with URL is "e4.k"; end
  417.             ];
  418.         end
  419.     ];
  420. end;
  421.  
  422. object of519 is cBox
  423. with 
  424.     Name is "f5"; 
  425.     Cursor is oFingerCursor; 
  426.     Y is 291; 
  427.     Width is 162; Height is 26; 
  428.     
  429.     
  430.     Events is [
  431.         cMouseEnterEvent
  432.         with 
  433.             Commands is [
  434.                 cShowCommand
  435.                 with Target is ob57; end
  436.             ];
  437.         end,
  438.         cMouseLeaveEvent
  439.         with 
  440.             Commands is [
  441.                 cShowCommand
  442.                 with Target is ob57; Mode is Clear; end
  443.             ];
  444.         end,
  445.         cMouseUpEvent
  446.         with Flag is true; 
  447.             Commands is [
  448.                 cBrowseCommand
  449.                 with URL is "e5.k"; end
  450.             ];
  451.         end
  452.     ];
  453. end;
  454.  
  455. object of620 is cBox
  456. with 
  457.     Flags is $00000150; 
  458.     Name is "f6"; 
  459.     Cursor is oFingerCursor; 
  460.     Y is 317; 
  461.     Width is 161; Height is 26; 
  462.     
  463.     
  464.     Events is [
  465.         cMouseEnterEvent
  466.         with Flags is $00000004; 
  467.             Commands is [
  468.                 cShowCommand
  469.                 with Flags is $00000004; Target is ob68; end
  470.             ];
  471.         end,
  472.         cMouseLeaveEvent
  473.         with Flags is $00000004; 
  474.             Commands is [
  475.                 cShowCommand
  476.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  477.             ];
  478.         end,
  479.         cMouseUpEvent
  480.         with Flags is $00000004; Flag is true; 
  481.             Commands is [
  482.                 cBrowseCommand
  483.                 with Flags is $00000004; URL is "e6.k"; end
  484.             ];
  485.         end
  486.     ];
  487. end;
  488.  
  489. object of721 is cBox
  490. with 
  491.     Name is "f7"; 
  492.     Cursor is oFingerCursor; 
  493.     X is -1; Y is 344; 
  494.     Width is 163; Height is 28; 
  495.     
  496.     
  497.     Events is [
  498.         cMouseEnterEvent
  499.         with 
  500.             Commands is [
  501.                 cShowCommand
  502.                 with Target is ob79; end
  503.             ];
  504.         end,
  505.         cMouseLeaveEvent
  506.         with 
  507.             Commands is [
  508.                 cShowCommand
  509.                 with Target is ob79; Mode is Clear; end
  510.             ];
  511.         end,
  512.         cMouseUpEvent
  513.         with Flag is true; 
  514.             Commands is [
  515.                 cBrowseCommand
  516.                 with URL is "e7.k"; end
  517.             ];
  518.         end
  519.     ];
  520. end;
  521.  
  522. object of822 is cBox
  523. with 
  524.     Name is "f8"; 
  525.     Cursor is oFingerCursor; 
  526.     Y is 371; 
  527.     Width is 158; Height is 27; 
  528.     
  529.     
  530.     Events is [
  531.         cMouseEnterEvent
  532.         with 
  533.             Commands is [
  534.                 cShowCommand
  535.                 with Target is ob810; end
  536.             ];
  537.         end,
  538.         cMouseLeaveEvent
  539.         with 
  540.             Commands is [
  541.                 cShowCommand
  542.                 with Target is ob810; Mode is Clear; end
  543.             ];
  544.         end,
  545.         cMouseUpEvent
  546.         with Flag is true; 
  547.             Commands is [
  548.                 cBrowseCommand
  549.                 with URL is "e8.k"; end
  550.             ];
  551.         end
  552.     ];
  553. end;
  554.  
  555. object of923 is cBox
  556. with 
  557.     Flags is $00000150; 
  558.     Name is "f9"; 
  559.     Cursor is oFingerCursor; 
  560.     Y is 398; 
  561.     Width is 159; Height is 26; 
  562.     
  563.     
  564.     Events is [
  565.         cMouseEnterEvent
  566.         with Flags is $00000004; 
  567.             Commands is [
  568.                 cShowCommand
  569.                 with Flags is $00000004; Target is ob911; end
  570.             ];
  571.         end,
  572.         cMouseLeaveEvent
  573.         with Flags is $00000004; 
  574.             Commands is [
  575.                 cShowCommand
  576.                 with Flags is $00000004; Target is ob911; Mode is Clear; end
  577.             ];
  578.         end,
  579.         cMouseUpEvent
  580.         with Flags is $00000004; Flag is true; 
  581.             Commands is [
  582.                 cBrowseCommand
  583.                 with Flags is $00000004; URL is "e9.k"; end
  584.             ];
  585.         end
  586.     ];
  587. end;
  588.  
  589. object of1024 is cBox
  590. with 
  591.     Name is "f10"; 
  592.     Cursor is oFingerCursor; 
  593.     X is 1; Y is 420; 
  594.     Width is 160; Height is 37; 
  595.     
  596.     
  597.     Events is [
  598.         cMouseEnterEvent
  599.         with 
  600.             Commands is [
  601.                 cShowCommand
  602.                 with Target is ob1012; end
  603.             ];
  604.         end,
  605.         cMouseLeaveEvent
  606.         with 
  607.             Commands is [
  608.                 cShowCommand
  609.                 with Target is ob1012; Mode is Clear; end
  610.             ];
  611.         end,
  612.         cMouseUpEvent
  613.         with Flag is true; 
  614.             Commands is [
  615.                 cBrowseCommand
  616.                 with URL is "e10.k"; end
  617.             ];
  618.         end
  619.     ];
  620. end;
  621.  
  622. object of1125 is cBox
  623. with 
  624.     Flags is $00000150; 
  625.     Name is "f11"; 
  626.     Cursor is oFingerCursor; 
  627.     X is 1; Y is 450; 
  628.     Width is 162; Height is 28; 
  629.     
  630.     
  631.     Events is [
  632.         cMouseEnterEvent
  633.         with Flags is $00000004; 
  634.             Commands is [
  635.                 cShowCommand
  636.                 with Flags is $00000004; Target is ob1113; end
  637.             ];
  638.         end,
  639.         cMouseLeaveEvent
  640.         with Flags is $00000004; 
  641.             Commands is [
  642.                 cShowCommand
  643.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  644.             ];
  645.         end,
  646.         cMouseUpEvent
  647.         with Flags is $00000004; Flag is true; 
  648.             Commands is [
  649.                 cBrowseCommand
  650.                 with Flags is $00000004; URL is "e11.k"; end
  651.             ];
  652.         end
  653.     ];
  654. end;
  655.  
  656. object of1226 is cBox
  657. with 
  658.     Flags is $00000150; 
  659.     Name is "f12"; 
  660.     Cursor is oFingerCursor; 
  661.     X is 1; Y is 476; 
  662.     Width is 162; Height is 28; 
  663.     
  664.     
  665.     Events is [
  666.         cMouseEnterEvent
  667.         with Flags is $00000004; 
  668.             Commands is [
  669.                 cShowCommand
  670.                 with Flags is $00000004; Target is ob1214; end
  671.             ];
  672.         end,
  673.         cMouseLeaveEvent
  674.         with Flags is $00000004; 
  675.             Commands is [
  676.                 cShowCommand
  677.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  678.             ];
  679.         end,
  680.         cMouseUpEvent
  681.         with Flags is $00000004; Flag is true; 
  682.             Commands is [
  683.                 cBrowseCommand
  684.                 with Flags is $00000004; URL is "e12.k"; end
  685.             ];
  686.         end
  687.     ];
  688. end;
  689.  
  690. object oInternet27 is cBox
  691. with 
  692.     Flags is $00000150; 
  693.     release Editor:
  694.         IOWindow is {$0000001A,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  695.     end;
  696.     Name is "Internet"; 
  697.     Cursor is oEarthCursor; 
  698.     X is 249; Y is 539; 
  699.     Width is 140; Height is 19; 
  700.     
  701.     
  702.     Events is [
  703.         cMouseUpEvent
  704.         with Flags is $00000004; Flag is true; 
  705.             Commands is [
  706.                 cLaunchCommand
  707.                 with Flags is $00000004; URL is "http://www.thelifeofdavidgale.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  708.             ];
  709.         end
  710.     ];
  711. end;
  712.  
  713. object ol128 is cBox
  714. with 
  715.     Flags is $00000150; 
  716.     Name is "l1"; 
  717.     Cursor is oFingerCursor; 
  718.     X is 248; Y is 500; 
  719.     Width is 64; Height is 17; 
  720.     
  721.     
  722.     Events is [
  723.         cMouseUpEvent
  724.         with Flags is $00000004; Flag is true; 
  725.             Commands is [
  726.                 cIfCookieCommand
  727.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  728.                     Commands is [
  729.                         cTokenCommand
  730.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  731.                     ];
  732.                 end,
  733.                 cBrowseCommand
  734.                 with Flags is $00000004; URL is "f22.k"; end
  735.             ];
  736.         end
  737.     ];
  738. end;
  739.  
  740. object ol229 is cBox
  741. with 
  742.     Flags is $00000150; 
  743.     release Editor:
  744.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  745.     end;
  746.     Name is "l2"; 
  747.     Cursor is oFingerCursor; 
  748.     X is 213; Y is 519; 
  749.     Width is 70; Height is 20; 
  750.     
  751.     
  752.     Events is [
  753.         cMouseUpEvent
  754.         with Flags is $00000004; Flag is true; 
  755.             Commands is [
  756.                 cIfCookieCommand
  757.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  758.                     Commands is [
  759.                         cTokenCommand
  760.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  761.                     ];
  762.                 end,
  763.                 cBrowseCommand
  764.                 with Flags is $00000004; URL is "f33.k"; end
  765.             ];
  766.         end
  767.     ];
  768. end;
  769.  
  770. object ol330 is cBox
  771. with 
  772.     release Editor:
  773.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  774.     end;
  775.     Name is "l3"; 
  776.     Cursor is oFingerCursor; 
  777.     X is 285; Y is 518; 
  778.     Width is 65; Height is 21; 
  779.     
  780.     
  781.     Events is [
  782.         cMouseUpEvent
  783.         with Flag is true; 
  784.             Commands is [
  785.                 cIfCookieCommand
  786.                 with CookieName is "zique"; Value is "oui"; 
  787.                     Commands is [
  788.                         cTokenCommand
  789.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  790.                     ];
  791.                 end,
  792.                 cBrowseCommand
  793.                 with URL is "f27.k"; end
  794.             ];
  795.         end
  796.     ];
  797. end;
  798.  
  799. object oBouton_Fiche31 is cImage
  800. with 
  801.     Name is "Bouton Fiche"; 
  802.     Shown is false; Cursor is oFingerCursor; 
  803.     X is 167; Y is 573; 
  804.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  805.     
  806.     URL is "../Images/%E9cran%20fiche.jpg"; 
  807.     
  808.     
  809.     Events is [
  810.         cMouseEnterEvent
  811.         with 
  812.             Commands is [
  813.                 cShowCommand
  814.                 with Target is oTargetSelf; end
  815.             ];
  816.         end,
  817.         cMouseLeaveEvent
  818.         with 
  819.             Commands is [
  820.                 cShowCommand
  821.                 with Target is oTargetSelf; Mode is Clear; end
  822.             ];
  823.         end,
  824.         cMouseUpEvent
  825.         with Flag is true; 
  826.             Commands is [
  827.                 cShowCommand
  828.                 with Target is oFiche_Technique36; Mode is Toggle; end,
  829.                 cEnableCommand
  830.                 with Target is oFiche_Technique36; Mode is Toggle; end
  831.             ];
  832.         end
  833.     ];
  834. end;
  835.  
  836. object oBouton_Imprimer32 is cImage
  837. with 
  838.     Flags is $00000150; 
  839.     Name is "Bouton Imprimer"; 
  840.     Shown is false; Cursor is oFingerCursor; 
  841.     X is 321; Y is 573; 
  842.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  843.     
  844.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  845.     
  846.     
  847.     Events is [
  848.         cMouseEnterEvent
  849.         with Flags is $00000004; 
  850.             Commands is [
  851.                 cShowCommand
  852.                 with Flags is $00000004; Target is oTargetSelf; end
  853.             ];
  854.         end,
  855.         cMouseLeaveEvent
  856.         with Flags is $00000004; 
  857.             Commands is [
  858.                 cShowCommand
  859.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  860.             ];
  861.         end,
  862.         cMouseUpEvent
  863.         with Flags is $00000004; Flag is true; 
  864.             Commands is [
  865.                 cPrintCommand
  866.                 with Target is oTexte_RTF38; end
  867.             ];
  868.         end
  869.     ];
  870. end;
  871.  
  872. object oBouton_Sommaire33 is cImage
  873. with 
  874.     Flags is $00000150; 
  875.     Name is "Bouton Sommaire"; 
  876.     Shown is false; Cursor is oFingerCursor; 
  877.     X is 13; Y is 573; 
  878.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  879.     
  880.     URL is "../Images/%E9cran%20somm.jpg"; 
  881.     
  882.     
  883.     Events is [
  884.         cMouseEnterEvent
  885.         with Flags is $00000004; 
  886.             Commands is [
  887.                 cShowCommand
  888.                 with Flags is $00000004; Target is oTargetSelf; end
  889.             ];
  890.         end,
  891.         cMouseLeaveEvent
  892.         with Flags is $00000004; 
  893.             Commands is [
  894.                 cShowCommand
  895.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  896.             ];
  897.         end,
  898.         cMouseUpEvent
  899.         with Flags is $00000004; Flag is true; 
  900.             Commands is [
  901.                 cIfCookieCommand
  902.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  903.                     Commands is [
  904.                         cTokenCommand
  905.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  906.                     ];
  907.                 end,
  908.                 cBrowseCommand
  909.                 with Flags is $00000004; URL is "sommaire.k"; end
  910.             ];
  911.         end
  912.     ];
  913. end;
  914.  
  915. object oBouton_Photos34 is cImage
  916. with 
  917.     Flags is $00000150; 
  918.     Name is "Bouton Photos"; 
  919.     Shown is false; Cursor is oFingerCursor; 
  920.     X is 475; Y is 573; 
  921.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  922.     
  923.     URL is "../Images/%E9cran%20photo.jpg"; 
  924.     
  925.     
  926.     Events is [
  927.         cMouseEnterEvent
  928.         with Flags is $00000004; 
  929.             Commands is [
  930.                 cShowCommand
  931.                 with Flags is $00000004; Target is oTargetSelf; end
  932.             ];
  933.         end,
  934.         cMouseLeaveEvent
  935.         with Flags is $00000004; 
  936.             Commands is [
  937.                 cShowCommand
  938.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  939.             ];
  940.         end,
  941.         cMouseUpEvent
  942.         with Flags is $00000004; Flag is true; 
  943.             Commands is [
  944.                 cBrowseCommand
  945.                 with URL is "e5s.k"; end
  946.             ];
  947.         end
  948.     ];
  949. end;
  950.  
  951. object oBouton_Vid_o35 is cImage
  952. with 
  953.     Flags is $00000150; 
  954.     Name is "Bouton Vid\$E9o"; 
  955.     Shown is false; Cursor is oFingerCursor; 
  956.     X is 629; Y is 573; 
  957.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  958.     
  959.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  960.     
  961.     
  962.     Events is [
  963.         cMouseEnterEvent
  964.         with Flags is $00000004; 
  965.             Commands is [
  966.                 cShowCommand
  967.                 with Flags is $00000004; Target is oTargetSelf; end
  968.             ];
  969.         end,
  970.         cMouseLeaveEvent
  971.         with Flags is $00000004; 
  972.             Commands is [
  973.                 cShowCommand
  974.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  975.             ];
  976.         end,
  977.         cMouseUpEvent
  978.         with Flags is $00000004; Flag is true; 
  979.             Commands is [
  980.                 cRunCommand
  981.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  982.                 cEnableCommand
  983.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  984.                 cShowCommand
  985.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  986.                 cDragCommand
  987.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  988.                 cGrowCommand
  989.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  990.                 cShowCommand
  991.                 with Flags is $00000004; Target is ovid_o37; end,
  992.                 cEnableCommand
  993.                 with Flags is $00000004; Target is ovid_o37; end,
  994.                 cRunCommand
  995.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  996.                 cEnableCommand
  997.                 with Flags is $00000004; Target is oglobal39; end
  998.             ];
  999.         end
  1000.     ];
  1001. end;
  1002.  
  1003. object oFiche_Technique36 is cImage
  1004. with 
  1005.     Flags is $00000150; 
  1006.     Name is "Fiche Technique"; 
  1007.     Region is {$FFFF000A,$00010000,$01AC0188};
  1008.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1009.     X is 132; Y is 41; 
  1010.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1011.     
  1012.     URL is "../Images/t5.jpg"; 
  1013.     
  1014.     
  1015.     Events is [
  1016.         cMouseUpEvent
  1017.         with Flags is $00000004; Flag is true; 
  1018.             Commands is [
  1019.                 cShowCommand
  1020.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end,
  1021.                 cEnableCommand
  1022.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end
  1023.             ];
  1024.         end
  1025.     ];
  1026. end;
  1027.  
  1028. object ovid_o37 is cMPEGMovie
  1029. with 
  1030.     Flags is $00000154; 
  1031.     Name is "vid\$E9o"; 
  1032.     Shown is false; Cursor is oFingerCursor; 
  1033.     X is 599; Y is 418; 
  1034.     Width is 192; Height is 144; 
  1035.     
  1036.     URL is "../Videos/s5.mpg"; 
  1037.     Events is [
  1038.         cMouseUpEvent
  1039.         with Flags is $00000004; Flag is true; 
  1040.             Commands is [
  1041.                 cRunCommand
  1042.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1043.                 cEnableCommand
  1044.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1045.                 cShowCommand
  1046.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1047.                 cDragCommand
  1048.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  1049.                 cGrowCommand
  1050.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1051.                 cShowCommand
  1052.                 with Flags is $00000004; Target is ovid_o37; end,
  1053.                 cEnableCommand
  1054.                 with Flags is $00000004; Target is ovid_o37; end,
  1055.                 cRunCommand
  1056.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1057.                 cEnableCommand
  1058.                 with Flags is $00000004; Target is oglobal39; end
  1059.             ];
  1060.         end,
  1061.         cFinishedEvent
  1062.         with Flags is $00000004; 
  1063.             Commands is [
  1064.                 cPixelTool_IfSystemCommand
  1065.                 with Flags is $00000004; 
  1066.                     Commands is [
  1067.                         cDragCommand
  1068.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1069.                         cGrowCommand
  1070.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1071.                         cEnableCommand
  1072.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1073.                         cShowCommand
  1074.                         with Flags is $00000004; Target is ovid_o37; end,
  1075.                         cEnableCommand
  1076.                         with Flags is $00000004; Target is ovid_o37; end,
  1077.                         cRunCommand
  1078.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1079.                     ];
  1080.                 end,
  1081.                 cPixelTool_IfSystemCommand
  1082.                 with Flags is $00000004; SetMode is IsWinTest; 
  1083.                     Commands is [
  1084.                         cDragCommand
  1085.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1086.                         cGrowCommand
  1087.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1088.                         cEnableCommand
  1089.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1090.                         cShowCommand
  1091.                         with Flags is $00000004; Target is ovid_o37; end,
  1092.                         cEnableCommand
  1093.                         with Flags is $00000004; Target is ovid_o37; end,
  1094.                         cRunCommand
  1095.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1096.                     ];
  1097.                 end
  1098.             ];
  1099.         end
  1100.     ];
  1101. end;
  1102.  
  1103. object oTexte_RTF38 is cRTFText
  1104. with 
  1105.     Flags is $00000550; 
  1106.     release Editor:
  1107.         IOWindow is {$000000D9,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  1108.     end;
  1109.     Name is "Texte RTF"; 
  1110.     Enabled is false; Shown is false; 
  1111.     Y is -160; 
  1112.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1113.     
  1114.     URL is "../Textes/s5.rtf"; 
  1115.     
  1116.     
  1117. end;
  1118.  
  1119. object oglobal39 is cBox
  1120. with 
  1121.     Flags is $00000154; 
  1122.     Name is "global"; 
  1123.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1124.     X is -3; Y is 9; 
  1125.     Width is 800; Height is 600; 
  1126.     
  1127.     
  1128.     Events is [
  1129.         cMouseUpEvent
  1130.         with Flags is $00000004; Flag is true; 
  1131.             Commands is [
  1132.                 cPixelTool_IfSystemCommand
  1133.                 with Flags is $00000004; 
  1134.                     Commands is [
  1135.                         cShowCommand
  1136.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1137.                         cRunCommand
  1138.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1139.                         cEnableCommand
  1140.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1141.                         cEnableCommand
  1142.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1143.                         cDragCommand
  1144.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1145.                         cGrowCommand
  1146.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1147.                         cShowCommand
  1148.                         with Flags is $00000004; Target is ovid_o37; end,
  1149.                         cRunCommand
  1150.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1151.                         cEnableCommand
  1152.                         with Flags is $00000004; Target is ovid_o37; end
  1153.                     ];
  1154.                 end,
  1155.                 cPixelTool_IfSystemCommand
  1156.                 with Flags is $00000004; SetMode is IsWinTest; 
  1157.                     Commands is [
  1158.                         cShowCommand
  1159.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1160.                         cRunCommand
  1161.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1162.                         cEnableCommand
  1163.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1164.                         cEnableCommand
  1165.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1166.                         cDragCommand
  1167.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1168.                         cGrowCommand
  1169.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1170.                         cShowCommand
  1171.                         with Flags is $00000004; Target is ovid_o37; end,
  1172.                         cRunCommand
  1173.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1174.                         cEnableCommand
  1175.                         with Flags is $00000004; Target is ovid_o37; end
  1176.                     ];
  1177.                 end
  1178.             ];
  1179.         end
  1180.     ];
  1181. end;